

Round 1:
Unload prempl to FIL:, change file size in SM, initialize, and reload.
 No conversion needed, added the fields at the end of the record. 
Old:
;	Record size:	500
;	Primary key:	1.8	comp,empl
;	Alternate 1:	9.25	name
;	Alternate 2:	1.2	comp
;			124.8	div,dept
;			3.6	empl


New:
Record size:	560
;	Primary key:	1.8	comp,empl
;	Alternate 1:	9.25	name
;	Alternate 2:	1.2	comp
;			124.8	div,dept
;			3.6	empl


Round 2:

New file size for prtaxf is 600, unload the old file to FIL:prtaxf.ddf, change file size in SM for conversion,
  reinit the new file.
Old:
;	Record size:	372
;	Primary key:	1.5	prx_type, prx_code, prx_mors
;	Alternate 1:	1.1	prx_type
;			2.3	prx_code


New:
;	Record size:	600
;	Primary key:	1.5	prx_type, prx_code, prx_mors
;	Alternate 1:	1.1	prx_type
;			2.3	prx_code




Build dbr for conversion (bldcnvtax.bat)

Run prtaxf converstion (dbr EXE:cnvtax)

Rebuild PR -- UTS:elb *, dtemenu

Summary for install:
Copy current DTEPR.wsc as backup
Load new .wsc files into main PR wsc
dbr WND:script
	PRS:DTEPR



